home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / demos / ftl / hmf.txt < prev    next >
Encoding:
Text File  |  1995-09-06  |  834 b   |  23 lines

  1. (Note: The change caused by this menu option is only 
  2. visible by opening another hypertext file or by using 
  3. a jump link to another file.)
  4.  
  5. The "Disable Links" menu option sets a flag
  6. which is used by the OnHandleMatchFound 
  7. method of the THyperTextParser component. 
  8. This method is used to modify processing of 
  9. matches against the currently active regular 
  10. expression. In this case, any match against
  11. anything other than a standalone image has its 
  12. text replaced by a non-active phrase. (This
  13. could be used for security reasons, for 
  14. example.) 
  15.  
  16. (Note: Assert methods normally are used to abort
  17. all further processing of an action, while the
  18. Handle Methods modify the processing. These
  19. two methods can each be overridden in code by
  20. direct assignment for Assert types and virtual
  21. overriding for Handle types.)
  22.  
  23.